home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / penguin.swf / scripts / DefineSprite_551 / frame_17 / DoAction.as
Encoding:
Text File  |  2007-06-26  |  367 b   |  23 lines

  1. stop();
  2. _root.game_getQuality(this);
  3. mc_1.btn.onRelease = function()
  4. {
  5.    _root.game_setQuality(1);
  6.    play();
  7. };
  8. mc_2.btn.onRelease = function()
  9. {
  10.    _root.game_setQuality(2);
  11.    play();
  12. };
  13. mc_3.btn.onRelease = function()
  14. {
  15.    _root.game_setQuality(3);
  16.    play();
  17. };
  18. mc_4.btn.onRelease = function()
  19. {
  20.    _root.game_setQuality(4);
  21.    play();
  22. };
  23.